Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <nav> tag


The <nav> HTML part shows a section of a page that helps with links for moving around. These can be in the same paper or another one. Usual examples of navigation parts are menus, contents lists and indexes.
The <nav> tag makes a group of links for moving around.
Notice that not every link in a document should be inside the <nav> element. The <nav> part is only for big groups of links that help you navigate.
Browser programs, like the ones used by disabled users to read screens, can use this part to decide if they should leave out showing this content at first.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<nav>
<ul>
<li><a href="#HTML">HTML</a></li>
<li><a href="#CSS">CSS</a></li>
<li><a href="#JavaScript">JavaScript</a></li>
<li><a href="#about">About</a></li>
</ul>
</nav>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


Example-image-levoriclearn-logo-btag-a





Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<nav> Yes Yes Yes Yes Yes